-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe: File-based symbol import/export #239
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, I didn't fully review it yet, will get to it later this week. A small request: Can you attach the whole code (similar to here) to the end of the recipe? That would make it easier for people to just copy it in case they made a mistake at a certain part.
Done :) |
Possible things to add:
|
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
Co-authored-by: Mark Sujew <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks 👍
I added a recipe based on the Hello World example about file-based imports. They are added shortly to the scoping overview page.
I used the "Simpsons" for exporting persons, feel free to suggest some cooler persons.
One might add hints for missing validations or other LSP services, that make this feature more attractive.
Closes #234